get first 200 characters string php

55

get first 200 characters string php -

<?php 
substr($your_string_without_tags, 0, 200);
?>

Comments

Submit
0 Comments